#header                    { background: #FFCC33; }
#nav {
    background: none repeat scroll 0 0 #000000;
    position: fixed;
    top: 85px;
    width: 100%;
    z-index: 1;
}

#wrapper {
    margin-top: 105px;
    min-height: 100%;
    padding: 20px 0;
    position: relative;
}

#header {
    border-bottom: 0 solid #383332;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

